- calling conventions
- соглашения о вызовеОтносится к специфическим для конкретной платформы деталям передачи аргументов в функцию. Например, порядок, в котором они поступают на стек или в регистры процессора.
English-Russian glossary of C + +. 2014.
English-Russian glossary of C + +. 2014.
X86 calling conventions — This article describes the calling conventions used on the x86 architecture.Calling conventions describe the interface of called code: * The order in which parameters are allocated * Where parameters are placed (pushed on the stack or placed in… … Wikipedia
Calling convention — In computer science, a calling convention is a standardized method for a program to pass parameters to a function and receive a result value back from it. Calling conventions can differ in: * where they place parameters and return values (in… … Wikipedia
Christian Conventions — is a name used for official purposes in various countries by a non denominational Christian Restorationist church.Fact|date=December 2007 Distinguishing features of the church are an itinerant ministry, and fellowship style worship gatherings in… … Wikipedia
Local conventions for writing telephone numbers — Every country has different local conventions for writing telephone numbers. Writing a telephone number in a different format will look strange to a resident, and may lead to incorrect dialing when area codes are omitted for local calls.All… … Wikipedia
List of country calling codes — This is a list of country calling codes defined by ITU T recommendations E.123 and E.164, also called IDD (International Direct Dialling) or ISD (International Subscriber Dialling) codes. The telephone numbering plan for a telephone system… … Wikipedia
Astronomical naming conventions — In ancient times, only the Sun and Moon, a few hundred stars and the most easily visible planets had names. Over the last few hundred years, the number of identified astronomical objects has risen from hundreds to over a billion, and more are… … Wikipedia
Microsoft Macro Assembler — Developer(s) Microsoft Stable release 10.0.30319.1 / April 12, 2010; 18 months ago (2010 04 12) Operating system Microsoft Windows and MS DOS … Wikipedia
Aufrufkonvention — Unter Aufrufkonvention (engl. calling convention) versteht man die Methode, mit der in Computerprogrammen einer Funktion Daten übergeben werden. In der Regel liegt es am Compiler, welche Konvention zum Einsatz kommt, so dass der Programmierer… … Deutsch Wikipedia
Name mangling — This article is about name mangling in computer languages. For name mangling in file systems, see filename mangling. In compiler construction, name mangling (also called name decoration) is a technique used to solve various problems caused by the … Wikipedia
Compatibility of C and C++ — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… … Wikipedia